ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartCore<T> Class / AxisY Property

In This Topic
    AxisY Property (FlexChartCore<T>)
    In This Topic
    Gets the main Y axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisY As ChartAxis(Of T)
    public ChartAxis<T> AxisY {get;}
    See Also